Expand description
A small, cross-platform crate for creating symlinks.
For efficiency, you should prefer to use symlink_file
or symlink_dir
—whichever is
appropriate—rather than symlink_auto
Functions§
- Remove a symlink (non-preferred way).
- Remove a directory symlink.
- Remove a file symlink.
- Create a symlink (non-preferred way).
- Create a symlink to a directory.
- Create a symlink to a file.